Posts

Post not yet marked as solved
1 Replies
I think many people have the same issue - and I do -. I want to combine 2 fingers pinch/rotate/drag gestures and leave 1 finger touch aside for other purposes. One way is to create your own UIViewRepresentable with gesture recognizers from UIKit. But it's ugly and way more complicated than the SwiftUI version, that's too bad. Did you manage to solve this problem in SwiftUI?
Post not yet marked as solved
8 Replies
Still the same here in 2020... Attaching a target to drag & drop files and folders should be a default behavior!
Post not yet marked as solved
17 Replies
Can you please share the MetalMapView code? Is it some kind of SwiftUI View with a UIHostingController?..Or is it a typo and you meant MTKMapView instead of MetalMapView ?
Post not yet marked as solved
11 Replies
I solved the issue adding :textureDescriptor?.usage = [.shaderRead, .shaderWrite]after initializationDone! :]
Post not yet marked as solved
17 Replies
Same thing here. It would be great if metal kit was more naturally integrated with SwiftUI, without having to go through Coordinators and the likes